How to compile and run PINT

1.  cd to ITX (the directory that contains apps\)
2.  javac apps\pint\*.javac
    - swingall.jar needs to be in your path
    - either itx.jar or itx\src needs to be in your path
3.  That should build all the classes you need.  They are
    sitting in apps\pint.
4.  java apps.pint.pint

    Brings up a GUI.  If you don't have directory service 
    running, you can click off the directory.

    Then type in your userid - with directory, it must be
    login@cornell.edu, e.g.  without directory, anything 
    you want.
5.  Making a VJ++ project:
    Be in the ITX directory (the directory that contains apps\)
    - set up a new project (pint).  This creates a pint\ subdirectory
    under ITX.
    - right-click on pint and add the source files from apps\pint\*.java
    - edit project settings to include itx.jar and swingall.jar
    - edit project settings output to make a pint.exe
    - build the thang
